home *** CD-ROM | disk | FTP | other *** search
- Path: news4.noc.netcom.net!zdc!zippo!drn
- From: Gilad Brand
- Newsgroups: comp.lang.c++
- Subject: What is : void class::method(TYPE* type) throw()
- Date: 24 Mar 1996 23:54:20 -0800
- Organization: Zippo
- Sender: http@doc.zippo.com
- Message-ID: <4j5jfc$hk3@doc.zippo.com>
- NNTP-Posting-Host: udi37t.ecitele.com
-
- I read an article in the "C++ Report" which carried the name: "C++ Exception -
- Handling in Multithreaded Programs" / by Sean Leary.
- In the article I saw some examples of code which syntax was unfamiliar to me.
- The formal declaration of a method was written like this:
-
- void EHThread::terminate(EHThread* self) throw()
- {
- ...
- }
-
- This syntax returned in other places in the article.
- I wonder if there is anyone who is familiar with this syntax, and can tell
- me what is its meaning ?
- Thanks,
-
- Gilad Brand.
-